home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / msdos / ben310.zip / WHATSNEW.TXT < prev   
Text File  |  1993-04-19  |  5KB  |  127 lines

  1. List of Changes from Version 3.02 to Version 3.10
  2. ─────────────────────────────────────────────────
  3. I.   Addition of new functions:
  4.      A.   MENUF - To be used in conjunction with the new MDESIGN
  5.           (Menu Designer). Allows menu properties (e.g., colors,
  6.           borderstyle) to be modified easily.
  7.  
  8. II.  BENEdit
  9.      A.   A printer setup dialog box is now implemented.
  10.      B.   Common DOS Batch functions (e.g., For, If Errorlevel)
  11.           can now be accessed via the menus.
  12.  
  13. III. Documention and BenDemo
  14.      A.   BEN function names are now in mixed case as opposed to
  15.           uppercase only (thus easier to read).
  16.  
  17. List of Changes from Version 3.01 to Version 3.02
  18. ─────────────────────────────────────────────────
  19.  
  20. I.   Addition of new functions:
  21.      A.   MENULCD - same as MENU, except the menu is displayed in
  22.           black and white for increased legibility.
  23.      
  24. II.  Changes made to old functions:
  25.      A.   EXTRACT - improved syntax.
  26.  
  27. III. BENEdit
  28.      A.   BENEdit now includes the "Print" option.
  29.  
  30. List of Changes from Version 3.00 to Version 3.01
  31. ─────────────────────────────────────────────────
  32.  
  33. I.   Addition of new functions:
  34.      A.   GETKEYL - same as GETKEY, except the key is converted
  35.           to lower case before returned.
  36.      B.   GETLINEL - same as GETLINE, except the string is
  37.           converted to lower case before returned.
  38.  
  39. II.  Changes in BEN.EXE:
  40.      A.   Version 3.00's incompatibility with XT computers is
  41.           corrected.
  42.      B.   Stack checking is turned off for faster execution.
  43.  
  44. III. Miscellaneous:
  45.      A.   The song "Entertainer" doesn't play completely in
  46.           version 3.00. This is corrected.
  47.  
  48. List of Changes from Version 2.61 to Version 3.00
  49. ─────────────────────────────────────────────────
  50.  
  51. I.   Addition of new functions:
  52.      A.   CLEANUP - used at the end of batch files. Its purpose
  53.           is cleaning up the mess left behind by batch routines.
  54.      B.   EXTRACT - returns a part of a fully qualified filename.
  55.      C.   FLUSH - clears the keyboard buffer.
  56.      D.   GETCD - returns the current directory to the batch
  57.           file.
  58.      E.   GETVIDEO - checks what kind of video system is
  59.           installed (eg. CGA, VGA) and return the result to the
  60.           batch file.
  61.      F.   PLAY - produces music from the speaker. BEN PLAY uses
  62.           the same statements that the BASIC PLAY uses.
  63.      G.   LIST - a file browser.
  64.      H.   MESSAGE - MESSAGE draws a box on the screen and
  65.           displays the specified message.
  66.      I.   SAVEPATH - SAVEPATH is a environment-memory
  67.           conservation function.
  68.      J.   SHELL - SHELL lets the user jump to DOS in the middle
  69.           of a batch file.
  70.      K.   TITLEDBOX - TITLEDBOX displays a filled box with a
  71.           title on the screen.
  72.  
  73. II.  Changes made to old functions:
  74.      A.   Renames:
  75.           1.   GOTOXY is now LOCATE.
  76.           2.   COLORNOW is now COLOR.
  77.           3.   ATTRIB is now CLS.
  78.           4.   WAITKEY is now PAUSE.
  79.           5.   INLINE is now GETLINE.
  80.           6.   INLINEU is now GETLINEU.
  81.           7.   INKEY is now GETKEY.
  82.           8.   INKEYU is now GETKEYU.
  83.      B.   Splitting of the BOX function into BOX, FILLEDBOX,
  84.           GROWFILLEDBOX, SHADFILLEDBOX, TRANSPARENTBOX.
  85.      C.   EGAVGA now returns errorlevels of 1 or 2, insteads of 0
  86.           or 1.
  87.      D.   WRITE, WRITEC and WRITEV no longer require you to
  88.           specify the number of words to display.
  89.      E.   WRITE and WRITEC can now "not wrap" to the next line
  90.           when finished displaying.
  91.      F.   CURSOR now supports four shapes: ON, OFF, FULL, HALF.
  92.      G.   DIRDISP gets a new look, and it is now separated to
  93.           DIRDISP and DIRDISPA.
  94.      H.   You can now specify colors with descriptive names. For
  95.           example, instead of "BEN COLOR 15 1", you can use "BEN
  96.           COLOR WHITE BLUE". This is not mandatory, but it
  97.           increases the readability of your batch file.
  98.  
  99. III. Removal of useless functions:
  100.      A.   DEBOX
  101.      B.   SOUND T
  102.      C.   SCROLL T
  103.  
  104. IV.  Other changes in BEN.EXE:
  105.      A.   You can now use the ; comment symbol in T data files.
  106.      B.   You can now use the separator "/" when you stack BEN
  107.           functions. For example, instead of "BEN BEEP CLS BLUE",
  108.           you can use "BEN BEEP / CLS BLUE". This is not
  109.           mandatory, but it increases the readability of your
  110.           batch file.
  111.      C.   Online help is now placed in BEN.HLP instead of the
  112.           main executable BEN.EXE.
  113.  
  114. V.   BENEdit
  115.      A.   BENEdit is a text editor that allows you to edit batch
  116.           files and select BEN features quickly and easily.
  117.  
  118. VI.  Miscellaneous
  119.      A.   BENDEMO.BAT is redesigned.
  120.      B.   INSTALL.BAT is added.
  121.      C.   BEN now uses dynamic memory allocation. This memory
  122.           management method is much better than the static memory
  123.           allocation method in past versions of BEN.
  124.      D.   BEN and the associated executables are now dynamically
  125.           compressed.
  126.      E.   BEN now runs at a much quicker speed.
  127.